public class KekulizeException extends MolSanitizeException
Modifier | Constructor and Description |
---|---|
|
KekulizeException(KekulizeException other) |
protected |
KekulizeException(long cPtr,
boolean cMemoryOwn) |
|
KekulizeException(java.lang.String msg,
UInt_Vect indices) |
Modifier and Type | Method and Description |
---|---|
MolSanitizeException |
copy() |
void |
delete() |
static KekulizeException |
dynamic_cast(MolSanitizeException mse) |
protected void |
finalize() |
UInt_Vect |
getAtomIndices() |
protected static long |
getCPtr(KekulizeException obj) |
java.lang.String |
getType() |
getCPtr, message
protected KekulizeException(long cPtr, boolean cMemoryOwn)
public KekulizeException(java.lang.String msg, UInt_Vect indices)
public KekulizeException(KekulizeException other)
protected static long getCPtr(KekulizeException obj)
protected void finalize()
finalize
in class MolSanitizeException
public void delete()
delete
in class MolSanitizeException
public UInt_Vect getAtomIndices()
public MolSanitizeException copy()
copy
in class MolSanitizeException
public java.lang.String getType()
getType
in class MolSanitizeException
public static KekulizeException dynamic_cast(MolSanitizeException mse)